runtime.g.goid (field)
46 uses
runtime (current package)
arena.go#L819: if inittrace.active && inittrace.id == getg().goid {
heapdump.go#L356: dumpint(gp.goid)
malloc.go#L1812: if inittrace.active && inittrace.id == getg().goid {
malloc.go#L1820: if inittrace.active && inittrace.id == getg().goid {
mgcmark.go#L197: println("gp", gp, "goid", gp.goid,
mgcmark.go#L906: print("runtime:scanstack: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", hex(readgstatus(gp)), "\n")
mgcmark.go#L912: print("runtime: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", readgstatus(gp), "\n")
mgcmark.go#L917: print("runtime: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", readgstatus(gp), "\n")
mgcmark.go#L956: println("stack trace goroutine", gp.goid)
mgcmark.go#L960: print("scanning async preempted goroutine ", gp.goid, " stack [", hex(gp.stack.lo), ",", hex(gp.stack.hi), ")\n")
mprof.go#L1545: print("doRecordGoroutineProfile gp1=", gp1.goid, "\n")
proc.go#L199: inittrace.id = getg().goid
proc.go#L353: exithook.Goid = func() uint64 { return getg().goid }
proc.go#L958: print("runtime: gp: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", readgstatus(gp), "\n")
proc.go#L959: print("runtime: getg: g=", thisg, ", goid=", thisg.goid, ", g->atomicstatus=", readgstatus(thisg), "\n")
proc.go#L2533: gp.goid = sched.goidgen.Add(1)
proc.go#L5353: newg.parentGoid = callergp.goid
proc.go#L5398: newg.goid = pp.goidcache
proc.go#L5434: if debug.tracebackancestors <= 0 || callergp.goid == 0 {
proc.go#L5454: goid: callergp.goid,
proc.go#L6419: print("runtime: checkdead: find g ", gp.goid, " in status ", s, "\n")
proc.go#L6964: print(mp.curg.goid)
proc.go#L6970: print(lockedg.goid)
proc.go#L6978: print(" G", gp.goid, ": status=", readgstatus(gp), "(", gp.waitreason.String(), ") m=")
runtime2.go#L509: goid uint64
sema.go#L657: println("semaphore wake of synctest goroutine", s.g.goid, "from outside bubble")
sema.go#L714: println("semaphore wake of synctest goroutine", s.g.goid, "from outside bubble")
stack.go#L1117: print("runtime: gp=", gp, ", goid=", gp.goid, ", gp->status=", hex(readgstatus(gp)), "\n ")
trace.go#L525: ug.goid = s.g.goid
trace.go#L907: println("runtime: got trace reader", g2, g2.goid)
traceback.go#L204: print("runtime: g ", gp.goid, " gp=", gp, ": unknown pc ", hex(frame.pc), "\n")
traceback.go#L467: print("runtime: g ", gp.goid, ": unexpected return pc for ", funcname(f), " called from ", hex(frame.lr), "\n")
traceback.go#L565: print("runtime: g", gp.goid, ": frame.sp=", hex(u.frame.sp), " top=", hex(gp.stktopsp), "\n")
traceback.go#L779: if f.valid() && showframe(f.srcFunc(), gp, false, abi.FuncIDNormal) && gp.goid != 1 {
traceback.go#L1241: print("goroutine ", gp.goid)
tracecpu.go#L259: hdr[1] = gp.goid
traceevent.go#L45: tl.writer().writeGoStatus(gp.goid, int64(tl.mp.procid), goStatus, gp.inMarkAssist, 0 /* no stack */).end()
traceruntime.go#L420: tl.eventWriter(tracev2.GoRunning, tracev2.ProcRunning).event(ev, traceArg(newg.goid), tl.startPC(pc), tl.stack(2))
traceruntime.go#L430: w.event(tracev2.EvGoStart, traceArg(gp.goid), gp.trace.nextSeq(tl.gen))
traceruntime.go#L470: tl.eventWriter(tracev2.GoRunning, tracev2.ProcRunning).event(tracev2.EvGoUnblock, traceArg(gp.goid), gp.trace.nextSeq(tl.gen), tl.stack(skip))
traceruntime.go#L483: w.event(ev, traceArg(nextg.goid), nextg.trace.nextSeq(tl.gen))
traceruntime.go#L493: tl.writer().writeGoStatus(gp.goid, -1, tracev2.GoWaiting, gp.inMarkAssist, 0).end()
traceruntime.go#L593: tl.rawEventWriter().event(tracev2.EvGoCreateSyscall, traceArg(gp.goid))
traceruntime.go#L603: tl.writer().writeGoStatus(gp.goid, int64(tl.mp.procid), tracev2.GoSyscall, false, 0 /* no stack */).end()
tracestack.go#L58: print("runtime: gp=", unsafe.Pointer(gp), " gp.goid=", gp.goid, " status=", gStatusStrings[status], "\n")
tracestack.go#L132: if nstk > 0 && gp.goid == 1 {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |